GDK/Win32: Support Vulkan context creation
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Dec 2016 14:25:07 +0000 (22:25 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 29 Dec 2016 09:48:39 +0000 (17:48 +0800)
commitc4244ea10408d5a4b6e8c0b4894d71863362559a
treedc27a06affb0115f2ffb1cec4655addbf8672e1d
parent1e084567f919fa902e70e944b0bebb02443d1d36
GDK/Win32: Support Vulkan context creation

This adds support to the GDK Win32 backend so that we can support Vulkan
context creation for use in the GSK Vulkan renderer, so that we can test
it on Windows platforms as well.

https://bugzilla.gnome.org/show_bug.cgi?id=776544
gdk/win32/Makefile.am
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkvulkancontext-win32.c [new file with mode: 0644]
gdk/win32/gdkvulkancontext-win32.h [new file with mode: 0644]